feat: 修复settings配置重载时报错 & 添加虚拟OP命令执行选项#239
Merged
YsGqHY merged 3 commits intoCoderKuo:stable/v3from Dec 16, 2025
Merged
Conversation
- 将插件版本从 3.9.12 升级至 3.9.13 - 在命令注册过程中添加延迟同步机制,防止与 Paper 异步命令发送线程产生冲突 - 使用 submit 方法确保命令注销操作在主线程中执行 - 添加异常捕获以增强命令更新过程的稳定性
- 新增配置项 COMMAND_FAKE_OP 控制是否使用虚拟OP执行命令 - 在 CommandOp 动作中实现真实OP权限切换逻辑 - 更新菜单序列化器以支持新的命令执行配置 - 升级 TabooLib 版本依赖 - 增加插件版本号至 3.9.14
- 将命令正则从 command-?fake_?op 更改为 command-?fake-?op - 保持构造函数逻辑不变,仅调整正则表达式格式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.